ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / TreeMap<T> Class / Palette Property

In This Topic
    Palette Property (TreeMap<T>)
    In This Topic
    Gets or sets an array of default colors to be used in a tree map.
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property Palette As List(Of Object)
    public new List<object> Palette {get;}
    Remarks
    The array contains strings that represent CSS colors. The array item type could be System.String or TreeMapItemStyle.
    See Also